public List <Car> GetCarsByBrand(string brand) { List <Car> cars = Rentals.GetCarsByBrand(brand); return(cars); }