partial void DeleteEMPLOYEE(EMPLOYEE instance);
 partial void UpdateEMPLOYEE(EMPLOYEE instance);
 partial void InsertEMPLOYEE(EMPLOYEE instance);
		private void detach_EMPLOYEEs(EMPLOYEE entity)
		{
			this.SendPropertyChanging();
			entity.AGENCY = null;
		}
		private void attach_EMPLOYEEs(EMPLOYEE entity)
		{
			this.SendPropertyChanging();
			entity.AGENCY = this;
		}
		private void attach_EMPLOYEEs(EMPLOYEE entity)
		{
			this.SendPropertyChanging();
			entity.POSITION = this;
		}