private void InitialiseLogicObjects() { FLoadAndFilterLogicObject = new TUC_RecurringGiftBatches_LoadAndFilter(FPetraUtilsObject, FLedgerNumber, FMainDS, FFilterAndFindObject); FSubmitLogicObject = new TUC_RecurringGiftBatches_Submit(FPetraUtilsObject, FLedgerNumber, FMainDS); FDeleteLogicObject = new TUC_RecurringGiftBatches_Delete(FPetraUtilsObject, FLedgerNumber, FMainDS); FAccountAndCostCentreLogicObject = new TUC_RecurringGiftBatches_AccountAndCostCentre(FLedgerNumber, FMainDS, cmbDetailBankAccountCode, cmbDetailBankCostCentre); }