private void BtnPlayGame_Click(object sender, EventArgs e) { Race rc = new Race(); this.Hide(); rc.ShowDialog(); }