public TitleFactory(ITitleContext context)
 {
     Context = context;
 }
 public TitleObject(CatalogObject owner, ITitleContext context)
 {
     Owner   = owner;
     Context = context;
 }