public int GetStockOutQuantityByItemId(int itemId)
 {
     return(aStockOutGateway.GetStockOutQuantityByItemId(itemId));
 }