private void btnStudentDelete_Click(object sender, EventArgs e)
        {
            FormStudentInfo sinfo = new FormStudentInfo();

            sinfo.Show();
            hideSubMenu();
        }
        private void btnStudentGridView_Click(object sender, EventArgs e)
        {
            FormStudentInfo sinfo = new FormStudentInfo();

            sinfo.Show();
        }