private void ProcessNewGame()
 {
     _mainMenu.StartLoading();
     _transition.StartLoadGameScene(ProcessSceneLoaded);
 }