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