// GET: /ManagePatient/ViewPatient public ActionResult ViewPatient() { PatientList = PatientLogic.getPatientList(); return(View(PatientList)); }