private void detach_T_EMPLOI(T_EMPLOI entity)
		{
			this.SendPropertyChanging();
			entity.T_METIER = null;
		}
		private void attach_T_EMPLOI(T_EMPLOI entity)
		{
			this.SendPropertyChanging();
			entity.T_METIER = this;
		}
 partial void DeleteT_EMPLOI(T_EMPLOI instance);
 partial void UpdateT_EMPLOI(T_EMPLOI instance);
 partial void InsertT_EMPLOI(T_EMPLOI instance);
		private void attach_T_EMPLOI(T_EMPLOI entity)
		{
			this.SendPropertyChanging();
			entity.T_PERSONNE = this;
		}