public ActionResult Index() { var viewModels = service.Get10MonitorsOfEachBrand(); return(View(viewModels)); }