/// <summary>
 ///  Remove all notifications from notification list and buffer list.
 /// </summary>
 public void ClearNotifications()
 {
     NotifyBox.ClearNotifications();
 }