public void ClearParent()//disassociates object from parent entirely
 {
     parent.RemoveChild(this);
     parent = null;
 }