public function deleteAction()
 {
     $this->deleteParameters['resetRoute'] = true;
     $this->deleteParameters['deleteAction'] = 'delete';
     // Trick to not get aftersaveroute
     $this->deleteParameters['abortAction'] = 'index';
     $this->deleteParameters['afterSaveRouteUrl'] = array('action' => 'index', 'controller' => 'respondent-relation', \MUtil_Model::REQUEST_ID1 => $this->_getParam(\MUtil_Model::REQUEST_ID1), \MUtil_Model::REQUEST_ID2 => $this->_getParam(\MUtil_Model::REQUEST_ID2));
     parent::deleteAction();
 }