# File lib/tapkit/access/entity.rb, line 104
                def remove_sub_entity( child )
                        child.parent = nil
                        @sub_entities.delete child
                end