public function preconditiondeleteAction()
 {
     $this->_helper->layout->disableLayout();
     $this->_helper->viewRenderer->setNoRender(true);
     $service = new EngineBlock_Service_GroupProviderPrecondition();
     return $service->delete(htmlentities($this->_getParam('group_provider_id')), htmlentities($this->_getParam('precondition_id')));
 }