int i = currentAccount.loanLimit();
System.out.println("loanlimit: " + i);
System.out.print(currentAccount.accountNumber());
currentAccount.deposit(100);
bank.payInterest();
System.out.print(currentAccount.balance());
// currentAccount.deposit(100);
// System.out.println("yeeeee: " + currentAccount.balance());