/** @return the UserInterface matching the provided String */
  protected UserInterface ui(String uiName) {

    return uiService.getUI(uiName);
  }