// get all customer data from database
 public List<Customer> getCustomerList() {
   return customerBo.findAllCustomer();
 }