private void detach_Services(Service entity)
		{
			this.SendPropertyChanging();
			entity.Church = null;
		}
		private void attach_Services(Service entity)
		{
			this.SendPropertyChanging();
			entity.Church = this;
		}