private void detach_DeputyEmployees1(DeputyEmployee entity)
		{
			this.SendPropertyChanging();
			entity.DeputySecurityTrustee = null;
		}
		private void attach_DeputyEmployees(DeputyEmployee entity)
		{
			this.SendPropertyChanging();
			entity.SecurityTrustee = this;
		}
 partial void UpdateDeputyEmployee(DeputyEmployee instance);
 partial void DeleteDeputyEmployee(DeputyEmployee instance);
 partial void InsertDeputyEmployee(DeputyEmployee instance);