@Override
  public void closeRule(int id) throws EngineException {

    ruleManipulationBackend.closeRule(id);
  }