public DataTable ShowSellItem(Stock stock)
 {
     return(_stockOutRepository.ShowSellItem(stock));
 }