public List <Car> GetCarsByIsRented() { List <Car> cars = Rentals.GetCarsByIsRented(); return(cars); }