public IQueryable <Material> GetDepotMaterial(int depotid, int valid)
 {
     return(_stockoutRepository.GetDepotMaterial(depotid, valid));
 }