public function __construct()
 {
     parent::__construct();
     $this->success = false;
     $this->error = false;
     $this->errorMessage = '';
     $this->action = '';
 }
 /**
  * Initializes the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->page = '';
 }