public static List<EmployeeInformation> getListForExcelByType(int type) {
   return EmployeeInformationFacade.getListForExcelByType(type);
 }