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