// GET: Admin/Data public ActionResult LoaiSanPham() { var dao = new DataDao(); ViewBag.LSP = dao.loaiSanPhamall(); return(View()); }