private void detach_ProdutoNovos(ProdutoNovo entity)
		{
			this.SendPropertyChanging();
			entity.Unidade = null;
		}
 partial void DeleteProdutoNovo(ProdutoNovo instance);
		private void detach_ProdutoNovos(ProdutoNovo entity)
		{
			this.SendPropertyChanging();
			entity.MateriaPrima = null;
		}
 partial void UpdateProdutoNovo(ProdutoNovo instance);
 partial void InsertProdutoNovo(ProdutoNovo instance);
		private void detach_ProdutoNovos(ProdutoNovo entity)
		{
			this.SendPropertyChanging();
			entity.TipoMola = null;
		}
		private void attach_ProdutoNovos(ProdutoNovo entity)
		{
			this.SendPropertyChanging();
			entity.TipoGancho = this;
		}
		private void attach_ProdutoNovos(ProdutoNovo entity)
		{
			this.SendPropertyChanging();
			entity.Bitola = this;
		}