public Department DepartmentName(int studentId)
 {
     return(aEnrollGateway.DepartmentName(studentId));
 }