public ActionResult Index() { var data = dbModel.prc_getstudentdetails(); return(View(data.ToList())); }