private void btnDoiBong_Click(object sender, EventArgs e) { QLDoiBong db = new QLDoiBong(); this.Hide(); db.Show(); }