public int GetUnReadNoticeCountAppUserId(int AppUserId)
 {
     return(_inotice.GetUnReadNoticeCountAppUserId(AppUserId));
 }