public ProgressWindow(ProgressViewModel viewModel)
 {
     InitializeComponent();
     this.DataContext = viewModel;
 }