public int InsertCustomer(ServiceCustomer customer) { return(customerControl.InsertCustomer(customer)); }