function getSegmentEditorHtml(&$out)
 {
     $controller = new Controller();
     $out .= $controller->getSelector();
 }