/**
  * Initializes the controller
  */
 public function init()
 {
     parent::init();
     $this->defaultAction = 'admin';
 }