private void button_gradesInsert_Click(object sender, EventArgs e)
        {
            this.Hide();
            A_insertionGrades_secretary insGr = new A_insertionGrades_secretary();

            insGr.ShowDialog();
        }
 private void A_insertionGrades_secretary_Load(object sender, EventArgs e)
 {
     CURRENTA_insertionGrades_secretary = this;
 }