private void buttonNewGame_Click(object sender, EventArgs e) { FormGame game = new FormGame(); game.ShowDialog(); }