public static void CreateCustomer(PLCustomer PL_Customer)
 {
     string[] errors = new string[0];
     SLCustomers.ISLCustomers SLCustomers = new SLCustomers.SLCustomersClient();
     SLCustomers.CreateCustomer(DTO_to_SL(PL_Customer), ref errors);
 }