private SystemMarkedLookupListsCacheObject GetSystemMarkedAndLookups()
        {
            UcbServiceClient sc           = new UcbServiceClient();
            SystemMarkedVMDC returnObject = sc.GetSystemMarked(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            SystemMarkedLookupListsCacheObject CachedLists = new SystemMarkedLookupListsCacheObject();

            return(CachedLists);
        }