static O dm_getModuleFromComboBox(S moduleIDAndName) {
  ret dm_getModule(firstIntAsString(moduleIDAndName));
}