public KeywordTabHandler(UiGeneratorController ui) {
    super(ui, true);

    FrontlineSMS frontlineController = ui.getFrontlineController();
    this.keywordDao = frontlineController.getKeywordDao();
    this.groupDao = frontlineController.getGroupDao();
    this.keywordActionDao = frontlineController.getKeywordActionDao();
  }