public IActionResult Results(string Keyword, string Query) { List <Cars> cars = cd.GetCarsExt(Keyword, Query); return(View(cars)); }