private void Btn_LoadGame_Click(object sender, EventArgs e) { LoadGameForm loadGame = new LoadGameForm(); loadGame.Show(); }