public string GetStudentSecId(string secname, string classS)
 {
     return(StudentDb.GetStudentSecId(secname, classS));
 }