.countEnrolmentsByCurricularCourse(this.getCurricularCourse(), untilExecutionPeriod);
}
@Override
protected void createCurriculumLineLog(final EnrolmentAction action) {
new EnrolmentLog(action, getRegistration(), getCurricularCourse(), getExecutionPeriod(), getCurrentUser());
}