public void updateCustomer(Customer customer) {

    customerDao.updateCustomer(customer);
  }