public List <Sale> GetAllSellByDate(string fromDate, string toDate)
 {
     return(stockOutGateway.GetAllSellByDate(fromDate, toDate));
 }