public ActionResult Index() { var sanPhamDao = new SanPhamDao(); ViewBag.Product = sanPhamDao.ListAll(); return(View()); }