public Customer getCustomerById(int id) {

    return customerDao.getCustomerById(id);
  }