@PostConstruct
 public void init() {
   customer = services.getCustomerEdit();
   customer.setAccounts(services.getAccountsByCustomer(customer));
 }