public ActionResult CrudPartialView() { CrudRepo crud = new CrudRepo(); return(PartialView(crud.GetCrud())); }