private bool AddToLightBox(Guid resourceId, Guid lightboxId) { Resource r = new Resource(); return(r.AddToLightBox(resourceId, lightboxId)); }