public void Apply(IManyToManyCollectionInstance instance)
 {
     instance.AsSet();
     instance.Cascade.AllDeleteOrphan();
     instance.Generic();
 }