public virtual bool Proc(EntityParent theOwner) { return(child.Proc(theOwner)); }
public virtual bool Proc() { return(child.Proc()); }
public bool Proc(EntityParent theOwner) { return(root.Proc(theOwner)); }