public void AddCustomer(string firstName, string lastName, string phoneNumber, string emailAddress) { Rentals.AddCustomer(firstName, lastName, phoneNumber, emailAddress); }