public void ShowModelWndTest()
 {
     try
     {
         Window wnd = null; //
         ModelDialogHandler.ShowModelWnd(wnd);
         //Assert.Inconclusive("A method that does not return a value cannot be verified.");
     }
     catch (Exception)
     {
     }
 }
 public void ModelDialogHandlerConstructorTest()
 {
     ModelDialogHandler target = new ModelDialogHandler();
     //Assert.Inconclusive("TODO: Implement code to verify target");
 }