public GalleryCategoriesResult GetGalleryCategories(int packageId)
 {
     return(WebAppGalleryController.GetGalleryCategories(packageId));
 }
 public GalleryCategoriesResult GetGalleryCategories(int packageId)
 {
     WebAppGalleryController.InitFeeds(SecurityContext.User.UserId, packageId);
     return(WebAppGalleryController.GetGalleryCategories(packageId));
 }