Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
 partial void InsertNotificationSubscription(NotificationSubscription instance);
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
		private void detach_NotificationSubscriptions(NotificationSubscription entity)
		{
			this.SendPropertyChanging();
			entity.Location = null;
		}