public ActionResult ListPatient()
 {
     return(View(objPat.getAllPatients()));
 }