public void UpdateAvailableQuantity(StockIn stockIn)
 {
     stockInGateway.UpdateAvailableQuantity(stockIn);
 }