private void detach_Personnels(Personnel entity)
		{
			this.SendPropertyChanging();
			entity.Church = null;
		}
		private void attach_Personnels(Personnel entity)
		{
			this.SendPropertyChanging();
			entity.Church = this;
		}