public void AddInventory(Room room, Inventory inventory)
 {
     _roomService.AddNewInventory(room, inventory);
 }