private void DoTestRun()
 {
     GameState = GAMESTATE.FIRSTRUN;
     BestSoFar = MakeNewPlayerAI();
     BestSoFar.StartPlayerAI_testRun();
 }