public Negocio(Caja caja1, Caja caja2) { this.caja1 = caja1; this.caja2 = caja2; this.clientes = new List <string>(); }