partial void DeleteCorteDetalle(CorteDetalle instance);
 partial void InsertCorteDetalle(CorteDetalle instance);
 partial void UpdateCorteDetalle(CorteDetalle instance);
		private void detach_CorteDetalles(CorteDetalle entity)
		{
			this.SendPropertyChanging();
			entity.Corte = null;
		}