public IdentifyFeatureClassItem(MSCFeatureClass fc, ObjectIdCollection ids)
 {
     this.Name         = fc.Name;
     this.Tag          = new FCTag(fc);
     this.IDs          = fc.GetFeatureIds(ids);
     this.SubtypeItems = Identify.BuildSubtypeItems(fc, this.IDs);
 }