public ActionResult DeleteProjectConfirmed(int projectId) { this.projectRepository.Delete(projectId); return this.RedirectToAction("AdminPanel"); } }