public static List <CustomerPriceMargins> GetListOfCustomerPriceMargins()
 {
     return(CustomerPriceMargins.LoadList());
 }