public static CustomerPriceMargins GetCustomerPriceMarginByCustClientID(int custClientId)
 {
     return(CustomerPriceMargins.GetCustomerPriceMarginByCustClientID(custClientId));
 }