function getChildUrl(AdminNode $node, $path, $title, $args = array(), $component = '', $force_id = false)
 {
     $new_node = $node->createChildNode($path, $title, $args, $component);
     return $this->getUrl($new_node, $force_id);
 }