InfoDialog infoDialog = new InfoDialog(MainWindow.mainWindow, serviceInfo, "Список необходимых услуг");
infoDialog.setVisible(true);
}//GEN-LAST:event_btServiceListActionPerformed
private void btContractActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btContractActionPerformed
InfoDialog infoDialog = new InfoDialog(MainWindow.mainWindow, contractInfo, "Информация о договоре");
infoDialog.setVisible(true);
}//GEN-LAST:event_btContractActionPerformed