public CustomerProvider.CustomerRecord GetCustomerByID(string customerID) { return(_provider.GetCustomerByID(customerID)); }