/**
  * Render the nestable list
  */
 public function renderMenuItems()
 {
     $this->itemsProvider->items = $this->_nestedModels;
     parent::run();
 }