public TagCollection(DatabaseConfig db_config) throws IllegalArgumentException, SQLException {
   this.db_config = db_config;
   this.dbc = db_config.connect(this.getClass().getSimpleName());
 }