Interaction logic for WindowData.xaml
Inheritance: Window
 private void Finder_Click(object sender, RoutedEventArgs e)
 {
     WindowData wd = new WindowData(PI.ShowProductDocumation(PNameSelectBox.Text, PTypeSelectBox.Text, PDocumationSelectBox.Text));
     wd.Show();
 }
        private void Finder_Click(object sender, RoutedEventArgs e)
        {
            WindowData wd = new WindowData(PI.ShowProductDocumation(PNameSelectBox.Text, PTypeSelectBox.Text, PDocumationSelectBox.Text));

            wd.Show();
        }