private void randomlyFillFieldToolStripMenuItem_Click(object sender, EventArgs e) { game.FillRandomly(); DrawField(this.game); }