void NewGame()
 {
     sampleindex++;
     MinesweeperGame.CreateNewGame();
     vh.UpdateVisualMinesweeperComplete(gamestate);
 }