private void ModifyStudentBtn_Click(object sender, EventArgs e)
        {
            EditStudentInfoSec Go = new EditStudentInfoSec();

            Go.ShowDialog();
        }
        private void ManageProfiles_Click(object sender, EventArgs e)
        {
            EditStudentInfoSec Go = new EditStudentInfoSec();

            Go.ShowDialog();
        }