/// <summary>
 /// 全ての通知をキャンセルする。
 /// </summary>
 void OnCancelAllNotifications()
 {
     NotificationController.CancelAllNotification();
 }