/// <summary>
 /// Will notify the user through the notification dialog box
 /// </summary>
 public static void Notify()
 {
     DialogUtils.Notify("Notify", NotifyLog);
 }