private ContentLookupListsCacheObject GetContentAndLookups() { UcbServiceClient sc = new UcbServiceClient(); ContentVMDC returnObject = sc.GetContent(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null); ContentLookupListsCacheObject CachedLists = new ContentLookupListsCacheObject(); return(CachedLists); }