public List <Comment.CommentWithTitle> GetCommentOfAccount(Guid accountId) { return(dao.GetListByAccount(accountId)); }