protected override void add_or_update(object rec, DBWrapper context)
 {
     context.AddOrUpdateGLI((GiftLabelInfo)rec);
 }