private void ConfirmCommandExecuted()
 {
     CurrentNotification.ConfirmCallback();
     Notifications.Remove(CurrentNotification);
     SetCurrentNotification();
 }
 private void RejectCommandExecuted()
 {
     CurrentNotification.RejectCallback();
     Notifications.Remove(CurrentNotification);
     SetCurrentNotification();
 }