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