public virtual bool Processs(EntityParent theOwner) { if (mRoot != null) { return(mRoot.Processs(theOwner)); } else { return(true); } }