public static PLCustomer GetCustomerInfo(int customer_id)
 {
     string[] errors = new string[0];
     SLCustomers.ISLCustomers SLCustomers = new SLCustomers.SLCustomersClient();
     return DTO_to_PL(SLCustomers.GetCustomerInfo(customer_id.ToString(), ref errors));
 }