private void detach_Produtos(Produto entity)
		{
			this.SendPropertyChanging();
			entity.Tipo = null;
		}
		private void attach_Produtos(Produto entity)
		{
			this.SendPropertyChanging();
			entity.Tipo = this;
		}
		private void detach_Produtos(Produto entity)
		{
			this.SendPropertyChanging();
			entity.Especificacao = null;
		}
 partial void DeleteProduto(Produto instance);
 partial void UpdateProduto(Produto instance);
 partial void InsertProduto(Produto instance);