public List <Notice> GetUnreads(int AppUserId)
 {
     return(_inotice.GetUnreads(AppUserId));
 }