public void AddExitToRoom(string room, string exit, string direction)
 {
     Model.AddExitToRoom(room, exit, direction);
 }