public int InsertStockOut(StockOut stockOut)
 {
     return(_stockOutRepository.InsertStockOut(stockOut));
 }