private void detach_Categories_Products(Categories_Product entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
		private void attach_Categories_Products(Categories_Product entity)
		{
			this.SendPropertyChanging();
			entity.Category = this;
		}