public ActionResult Delete(int id) { bool isDeleted = Manager.Delete(id); return(RedirectToAction("TreatmentList")); }