private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Greenhouse = null;
		}
		private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Environment = null;
		}