public void AddInventoryToRoom(string room, string inventory) { Model.AddInventoryToRoom(room, inventory); }