public Student GetNameAndEmail(int studentId)
 {
     return(aEnrollGateway.GetNameAndEmail(studentId));
 }