private void BtnSection_Click(object sender, EventArgs e)
        {
            TransparentAdmin a = new TransparentAdmin();
            FrmElectionTitle b = new FrmElectionTitle();

            a.Show();
            b.ShowDialog();
            a.Hide();
        }
        private void bunifuFlatButton2_Click(object sender, EventArgs e)
        {
            TransparentAdmin a = new TransparentAdmin();
            FrmPosition      b = new FrmPosition();

            a.Show();
            b.ShowDialog();
            a.Hide();
        }