public ArticleCommentsPresenter(IArticleCommentView commentView)
 {
     this.commentView = commentView;
 }