public bool CreateMyCustomer(Customer customer, out string clientErrMsg) { return(_customRepository.CreateMyCustomer(customer, out clientErrMsg)); }