Interaction logic for InstrumentsWindow.xaml
Inheritance: System.Windows.Window
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     InstrumentsWindow inw = new InstrumentsWindow();
     inw.ShowDialog();
 }
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            InstrumentsWindow inw = new InstrumentsWindow();

            inw.ShowDialog();
        }