public void CustomerTotalSales(string customerID, ref decimal?totalSales)
 {
     _dataContext.CustomerTotalSales(customerID, ref totalSales);
 }