public List <Booking> GetBookingsByCustomer(Customer customer) { List <Booking> bookings = Rentals.GetBookingsByCustomer(customer); return(bookings); }