/**
  * @param \Magento\Backend\Model\UrlInterface $backendUrl
  * @param \Magento\Framework\AuthorizationInterface $authorization
  * @param array $args
  */
 public function __construct(\Magento\Backend\Model\UrlInterface $backendUrl, \Magento\Framework\AuthorizationInterface $authorization, array $args = [])
 {
     $this->_authorization = $authorization;
     parent::__construct($backendUrl, $args);
 }