List list = []; list.add(Customer('Jack', 23)); list.add(Customer('Adam', 27)); list.add(Customer('Katherin', 25));