public Customer GetCustomerByEmail(string email) { Customer customer = Rentals.GetCustomerByEmail(email); return(customer); }