// GET: Doctors public ActionResult Index() { ModelState.Clear(); return(View(repository.GetAllDoctorList())); }