public function deleteAction()
 {
     $this->_helper->layout->disableLayout();
     $this->_helper->viewRenderer->setNoRender(true);
     $service = new EngineBlock_Service_VirtualOrganisation();
     return $service->delete($this->_getParam('vo_id'));
 }