public int GetCountOfAccount(Guid accountId)
 {
     return(dao.GetCommentCountOfAccount(accountId));
 }