public void AddComment(Comment comment)
 {
     _provider.AddComment(comment);
 }