public string GetStudentClassId(string name)
 {
     return(StudentDb.GetStudentClassId(name));
 }