/**
  * Check is allow modify system configuration
  *
  * @return bool
  */
 protected function _isAllowed()
 {
     $sectionId = $this->_request->getParam('section');
     return parent::_isAllowed() || $this->_configStructure->getElement($sectionId)->isAllowed();
 }