public List<CustomerGroup> findCustomerGroup(CustomerGroup criteria) {
   return customerGroupDao.findByExample(criteria);
 }