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