// GET: Admin/Home public ActionResult Product() { var iplCate = new ProductModel(); var model = iplCate.AllProduct(); return(View(model)); }