public StereoTypeHelper( IHasStereotype obj )
 {
     this.obj = obj;
     this.parent = ((GuiObject)obj).parent;
 }
 public StereoTypeHelper(IHasStereotype obj)
 {
     this.obj    = obj;
     this.parent = ((GuiObject)obj).parent;
 }