public List <EnrollVM> GetAllEnrollCourse()
 {
     return(aEnrollGateway.GetAllEnrollCourse());
 }