private void Room(Cell startCell)
 {
     //creates the room over the path.
 }
 private void Path(Cell startCell, string direction, int length)
 {
     //creates the path the player will walk.
 }