function __construct($fileName, $basePath)
 {
     parent::__construct($basePath);
     $this->con = new \PDO("sqlite:{$fileName}");
     $this->init();
 }