public List <Depot> GetDepots(int?depotid)
 {
     return(_stockoutRepository.GetDepots(depotid).ToList());
 }