public DataSet ViewSectionNameByID(string name)
 {
     return(StudentDb.ViewSectionNameByID(name));
 }