public void Create(Training training)
 {
     _trainingRepository.InsertTraining(training);
 }