cfl = new CheckupFactoryLocal(getAuditManager());
//заполнение комбо
DirectoryLaboratory dirLab = DirectoryLocator.getDirectory(DirectoryLaboratory.class);
ROList<DirectoryLaboratoryItem> list = dirLab.getFilteredItems(UserInfo.get().getCollaborator().getLpu());
jComboBox1.setModel(new DefaultComboBoxModel(dirLab.toArray()));
jTable1.setModel(new TableModelAnalyseList(new ArrayList<CheckupLocal>()));
jTable1.getSelectionModel().addListSelectionListener(new ListSelectionListener() {
@Override
public void valueChanged(ListSelectionEvent e) {
if (jTable1.getSelectedRowSorted() >= 0) {