private void StartGame()
 {
     CurrentGameState.SetupCharacter(_charName.RawText, _sex);
     World.NavigateToScene("InGame");
 }