if($Entity === null){
            $Entity = new TblBankAccount();
            $Entity->setServiceTblPerson($tblPerson);
            $Entity->setBankName($BankName);
            $Entity->setIBAN($IBAN);