private void ButtonManageManufacturers_Click(object sender, RoutedEventArgs e) { ManufacturersWindow manufWin = new ManufacturersWindow(jsonBase.manufacturers, this); manufWin.Owner = this; manufWin.ShowDialog(); }