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