private void Win()
 {
     UIMaster.Master().SetResults(gameState);
     gameState = GameStates.Menu;
     UIMaster.Master().ToggleResults();
 }