public object NoticeList(QueryList queryList, string account)
 {
     return(_noticeManager.NoticeList(queryList, account));
 }