Set<EmployeeInfoDTO> empSet = new HashSet<EmployeeInfoDTO>(empListAll);List<EmployeeInfoDTO> empList = new ArrayList<EmployeeInfoDTO>(empSet);