public ActionResult Index() { ViewBag.Laptops = LaptopBLL.GetLaptops(); ViewBag.Phones = PhoneBLL.GetPhones(); ViewBag.Tablets = TabletBLL.GetTablets(); return(View()); }