// GET: Admin/ThamSo public ActionResult Index() { var iplThamSo = new ThamSoModel(); var model = iplThamSo.ListAll(); return(View(model)); }