private JobRoleLookupListsCacheObject GetJobRoleAndLookups() { UcbServiceClient sc = new UcbServiceClient(); JobRoleVMDC returnObject = sc.GetJobRole(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null); JobRoleLookupListsCacheObject CachedLists = new JobRoleLookupListsCacheObject(); return(CachedLists); }