public IActionResult Search(String id) { List <Car> foundCars = CarContext.GetCarByMakeModel(id); return(View(foundCars)); }