@Override
 public void saveTrainingType(TrainingType trainingType) {
   trainingTypeService.saveTrainingType(trainingType);
 }