private void DownloadProduct_Click(object sender, RoutedEventArgs e) { Window pm = new ItemManagement(); pm.Show(); }