// Put
 public async Task <IEnumerable <InventoryProductSummary> > SubtractItems(List <InvProductOperation> inventoryProducts)
 {
     return(await _inventoryServices.SubtractInventory(inventoryProducts));
 }