/**
  * @inherit
  */
 public function init()
 {
     parent::init();
     $this->registerTranslations();
     Reports::$classes_list = $this->_report_classes;
     Reports::$module = $this;
 }