partial void DeleteProducto(Producto instance);
 partial void UpdateProducto(Producto instance);
 partial void InsertProducto(Producto instance);
		private void detach_Producto(Producto entity)
		{
			this.SendPropertyChanging();
			entity.Tienda = null;
		}
		private void attach_Producto(Producto entity)
		{
			this.SendPropertyChanging();
			entity.Tienda = this;
		}
		private void detach_Producto(Producto entity)
		{
			this.SendPropertyChanging();
			entity.ESTADO_PRENDA = null;
		}