private RelationshipToCustomerLookupListsCacheObject GetRelationshipToCustomerAndLookups()
        {
            UcbServiceClient           sc           = new UcbServiceClient();
            RelationshipToCustomerVMDC returnObject = sc.GetRelationshipToCustomer(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            RelationshipToCustomerLookupListsCacheObject CachedLists = new RelationshipToCustomerLookupListsCacheObject();

            return(CachedLists);
        }