public void Cancel() { IsCancelled = true; var notification = Notification.gigCancelled(this); foreach (var attendee in Attendances.Select(a => a.Attendee)) { attendee.Notify(notification); } }