private void DestroySingletons()
 {
     TNT.DestroySingleton();
     GameTimer.DestroySingleton();
     Keypad.DestroySingleton();
     KeypadPuzzle.DestroySingleton();
     GameTimer.DestroySingleton();
     Hints.DestroySingleton();
     TextManager.DestroySingleton();
     CommandConsole.DestroySingleton();
     ThoughtsManager.DestroySingleton();
 }