public static void ExitGame()
 {
     Logger.Log("Game exited");
     instance.Exit();
 }