public void notify(String message)
 {
     NotifyWindow nWindow = new NotifyWindow(message);
     nWindow.ShowDialog();
     String test = "";
 }