public List <Article.ArticleBase> GetInfoOfAccount(Guid accountId)
 {
     return(dao.GetBaseOfAccount(accountId));
 }