/**
  * Cleanup module
  *
  * @return void
  */
 public function _cleanup()
 {
     parent::_cleanup();
     $this->module->_cleanup();
 }