public void AddCommentToExercise(Comment commentToAdd)
 {
     commentRepo.AddCommentToExercise(commentToAdd);
 }