partial void DeleteEstiloOperacione(EstiloOperacione instance);
 partial void UpdateEstiloOperacione(EstiloOperacione instance);
		private void detach_EstiloOperaciones(EstiloOperacione entity)
		{
			this.SendPropertyChanging();
			entity.Operacione = null;
		}
 partial void InsertEstiloOperacione(EstiloOperacione instance);
		private void attach_EstiloOperaciones(EstiloOperacione entity)
		{
			this.SendPropertyChanging();
			entity.Estilo = this;
		}