addComponent(companySelectButton);
}
public void buttonClick(ClickEvent event) {
MainWindowUi mainWindowUi = new MainWindowUi();
if (event.getSource().equals(companySelectButton)) {
isBranch = true;
if (companiesTable.getValue() == null) {
IvasoftApp.showNotification("Lütfen Şube Seçiniz");