public ActionResult List(ClassViewModel entity) { return(PartialView("_List", ClassRepo.All())); }
// GET: Class public ActionResult Index() { return(View(ClassRepo.All())); }