public bool Contains(Notice notice)
 {
     return(Notices.Contains(notice));
 }