private void detach_Sets(Set entity)
		{
			this.SendPropertyChanging();
			entity.Show = null;
		}
		private void attach_Sets(Set entity)
		{
			this.SendPropertyChanging();
			entity.Show = this;
		}