public object GetNoticeList(string account, int compId)
 {
     return(_noticeManager.GetNoticeList(account, compId));
 }