private void easyToolStripMenuItem_Click(object sender, EventArgs e) { game.SetDifficutly(Game.Difficulty.Easy); game.NewGame(); }