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