/**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     $this->_agenda = $this->loader->getAgenda();
 }
 public function afterRegistry()
 {
     parent::afterRegistry();
     // The users current organization
     $this->_organization = $this->loader->getCurrentUser()->getCurrentOrganization();
 }