public function __construct()
 {
     parent::__construct();
     $this->page();
     $this->{$this->page}();
 }