public static CustomerPriceMargins GetCustomerPriceMargin(int id)
 {
     return(CustomerPriceMargins.GetCustomerPriceMargin(id));
 }