private void battleGroundToolStripMenuItem_Click(object sender, EventArgs e) { LoadBattleGround fm = new LoadBattleGround(); fm.Show(); }