public ActionResult Index(int?page) { if (page == null) { page = 1; } return(View(ProductBus.DanhSachHOT(page))); }