public void removeStatement(StatementBundle sb) {
   StatementBundleConfiguration config = (StatementBundleConfiguration) statements.get(sb);
   Vector stments = (Vector) configurations.get(config);
   statements.remove(sb);
   stments.remove(sb);
   sortedStatements.remove(sb);
 }