partial void DeleteEntityTheoDoi(EntityTheoDoi instance);
	partial void UpdateEntityTheoDoi(EntityTheoDoi instance);
		private void detach_EntityTheoDois1(EntityTheoDoi entity)
		{
			this.SendPropertyChanging();
			entity.EntityUser1 = null;
		}
	partial void InsertEntityTheoDoi(EntityTheoDoi instance);
		private void attach_EntityTheoDois(EntityTheoDoi entity)
		{
			this.SendPropertyChanging();
			entity.EntityUser = this;
		}