public bool HasUpdated()
 {
     return(Catalogs.Count(c => c.HasUpdatedOrChild) > 0);
 }