partial void DeleteEventsFriendshipEstablished(EventsFriendshipEstablished instance);
		private void detach_EventsFriendshipEstablisheds(EventsFriendshipEstablished entity)
		{
			this.SendPropertyChanging();
			entity.Friend = null;
		}
 partial void InsertEventsFriendshipEstablished(EventsFriendshipEstablished instance);