public static string ShowBox()
 {
     newMsgBox = new TimerMessageBox();
     newMsgBox.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     newMsgBox.ShowDialog();
     return(_DialogResult);
 }
 public static string ShowBox()
 {
     newMsgBox = new TimerMessageBox();
     newMsgBox.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     newMsgBox.ShowDialog();
     return _DialogResult;
 }