public InventoryDTO AddInvenotry([FromBody] InventoryDTO inventory)
 {
     return(_inventoryService.AddInvenotry(inventory));
 }