@Override
 public TrainingType getTrainingTypeById(long id) throws FitnessDaoException {
   return trainingTypeService.getTrainingTypeById(id);
 }