@Override
 public List<TrainingType> getAllTrainingTypes() {
   return trainingTypeService.getAllTrainingTypes();
 }