// get total stockOut quantity public int GetTotalStockOutQuantity() { return(stockOutGateway.GetTotalStockOutQuantity()); }