public List <StudentVM> GetAllStudentVms()
 {
     return(aEnrollGateway.GetAllStudentVms());
 }