public Banco() { cliente1 = new Cliente("Juan"); cliente2 = new Cliente("Ana"); cliente3 = new Cliente("Pedro"); }