public StockOutM GetDummyAvailableItemQuantityById(int itemId)
 {
     return(aStockOutGateway.GetDummyAvailableItemQuantityById(itemId));
 }