/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
 /**
  * @param string $a_code
  */
 protected function initLanguageByIso2Code($a_code = '')
 {
     parent::initLanguageByIso2Code($a_code);
     $this->getLanguage()->loadLanguageModule('user');
 }