public function __construct()
 {
     parent::__construct('index');
 }
 public function __construct()
 {
     parent::__construct('file-trace');
     $this->tl = new TraceOutputDir();
 }
 public function __construct()
 {
     parent::__construct('db-trace');
     $this->nodeCrud = new NodeCrud(Registry::getInstance()->getDb());
     $this->valueCrud = new ValueCrud(Registry::getInstance()->getDb());
 }