private void toggle_soundeffect_CheckedChanged(object sender, EventArgs e)
 {
     myBoardGame.setFlagSoundEffect(toggle_soundeffect.Checked);
 }