public ActionResult Edit(Patient patient) { PatientModel Model = new PatientModel(); Model.Edit(patient); return(RedirectToAction("Index")); }