private static function openDb()
 {
     $db = new SQLite3(DB_FILE);
     self::$_db = $db;
 }