private void Stop_Click(object sender, EventArgs e) { Start.Enabled = true; _game.NewGenerationCreated -= game_NewGenerationCreated; _game.Stop(); }