public ActionResult DeletePatient(long id) { DatabasePatientService.UpdateInactive(DatabasePatientService.GetById((int)id)); return(PatientListView()); }