public function isDescendantOf(Container $container)
 {
     return $container->isAncestorOf($this);
 }