public function __construct()
 {
     parent::__construct();
     $this->splash = Splash::run($this->view);
     $this->dom = Dom::run();
 }
 public function __construct()
 {
     parent::__construct();
     $this->auth = new Auth();
 }