private void init(ACTAccountDao _actAccountDao, AXYSSymbolDao _symbolDao) {

    gatherAccount = new GatherAccounts(_actAccountDao);
    gatherAccount.getGCOAccount();

    gatherSymbol = new GatherAxysSymbol(_symbolDao);
    txBlotterList = new ArrayList<AxysBlotter>();

    formatter = new SimpleDateFormat("MM/dd/yyyy");
  }