public int LostItem(Stock stock)
 {
     return(_stockOutRepository.LostItem(stock));
 }