super (nameRepository);
return "get the balance from";
try { account.getBalance(idNumber); } catch (RemoteException remoteException) { return REMOTE_EXCEPTION_THROWN; } catch (LockedAccountException lockedAccountException) { return ACCOUNT_WAS_LOCKED; } return SUCCESS;