public function loadDefaultRoles()
 {
     /**
      * Only add the nologin role, as the others should come from the database when it is initialized
      */
     $this->_acl->addRole(new \Zend_Acl_Role('nologin'));
 }