partial void Insertlast_interaction_processed(last_interaction_processed instance);
 partial void Deletelast_interaction_processed(last_interaction_processed instance);
		private void detach_last_interaction_processeds(last_interaction_processed entity)
		{
			this.SendPropertyChanging();
			entity.interaction = null;
		}