public ViewCompareResultsDialog(ChangeResult[] results)
     : this()
 {
     _results = results.ToList();
 }