public async Task <IActionResult> Index() { List <Cars> cars = await _dal.GetCars(); return(View(cars)); }