private void detach_Deacons(Deacon entity)
		{
			this.SendPropertyChanging();
			entity.Member = null;
		}
		private void attach_Deacons(Deacon entity)
		{
			this.SendPropertyChanging();
			entity.Member = this;
		}