partial void DeleteEvaluation_Self(Evaluation_Self instance);
 partial void InsertEvaluation_Self(Evaluation_Self instance);
 partial void UpdateEvaluation_Self(Evaluation_Self instance);
		private void detach_Evaluation_Selfs(Evaluation_Self entity)
		{
			this.SendPropertyChanging();
			entity.SELF_EVALUATION = null;
		}