public IEnumerable <CommentEntity> GetCommentsByArticleId(int articleId) { return(_commentDal.GetCommentsByArticleId(articleId)); }