// GET: Promotion public ActionResult KhuyenMai() { SalePhone context = new SalePhone(); var model = context.SANPHAMs.Where(x => x.MaKM != null).ToList(); return(View(model)); }