public function postDispatch()
 {
     parent::postDispatch();
     // $this->view->locations = $this->societe->getLocations() ;
     // do something after the action is called //-> see Zend Framework
 }
 public function postDispatch()
 {
     parent::postDispatch();
     // do something after the action is called //-> see Zend Framework
 }