private void RemoveStatement(StatementCollection collection, Statement statement)
 {
     collection.Remove(statement);
 }
 private void RemoveStatement(StatementCollection collection, Statement statement)
 {
     collection.Remove(statement);
 }