public List<Parameter> getEventParameterContents(Action action) throws SQLException {
   return getEventParameterContents(action.getDataBaseId());
 }
 public Event getEvent(Action action, BaseComponentManager bcm) throws SQLException {
   return getEvent(action.getDataBaseId(), bcm);
 }