if($form = $this->checkInputBankAccount($Identifier, $PersonId, $BankAccountId, $BankAccount)){
            // display Errors on form
            $Global = $this->getGlobal();
            $Global->POST['BankAccount']['Owner'] = $BankAccount['Owner'];
            $Global->POST['BankAccount']['BankName'] = $BankAccount['BankName'];