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