private void ALLOCATION_Click(object sender, EventArgs e)
        {
            this.Hide();
            //A_allocateNumSeatsToCourse_DH allocate = new A_allocateNumSeatsToCourse_DH();
            A_allocateNumSeatsToCourse_DH allocate = new A_allocateNumSeatsToCourse_DH(this.dep);

            allocate.passValue = dep;
            allocate.Show();
        }
 private void A_allocateNumSeatsToCourse_DH_Load(object sender, EventArgs e)
 {
     CURRENTA_allocateNumSeatsToCourse_DH = this;
 }