private void detach_NotificationSubscriptions(NotificationSubscription entity)
 {
     this.SendPropertyChanging();
     entity.Project = null;
 }
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
 partial void InsertNotificationSubscription(NotificationSubscription instance);