public DataSet GetAllCourse(int studentId)
 {
     return(aEnrollGateway.GetAllCourse(studentId));
 }