public ActionResult FillCars(int Id) { HomeRepository repo = new HomeRepository(); return PartialView("_Models", repo.GetCars(Id)); }