public ActionResult Index() { CarViewModel carVM = new CarViewModel(); List <Car> cars = carVM.GetAllCars(); return(View(cars)); }