This is in a class
This has a list of all customers belonging to a specfic Bank

private ArrayList<Customer> Customers = new ArrayList<Customer>();

im trying to then use a method which will...