public List <Comment> GetCommentOfArticle(Guid articleId) { return(dao.GetListByArticle(articleId)); }