private InterestedPartyLookupListsCacheObject GetInterestedPartyAndLookups()
        {
            UcbServiceClient    sc           = new UcbServiceClient();
            InterestedPartyVMDC returnObject = sc.GetInterestedParty(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            InterestedPartyLookupListsCacheObject CachedLists = new InterestedPartyLookupListsCacheObject();

            return(CachedLists);
        }