public DataTable StockOut()
 {
     return(_stockOutRepository.LoadStockout());
 }