public static Maze GetInstance() { return _thisMaze ?? (_thisMaze = new Maze()); }
public void Exit() { _thisMaze = null; }