/**
  * registers module in application
  */
 public static function register()
 {
     parent::registerModule(__CLASS__);
 }