// // GET: /Project/Delete/5 public ActionResult Delete(int id) { CurrentUserModel.DeleteProject(id); return(RedirectToAction("Index", "Home")); }