private EventLeadingToIncidentLookupListsCacheObject GetEventLeadingToIncidentAndLookups()
        {
            UcbServiceClient           sc           = new UcbServiceClient();
            EventLeadingToIncidentVMDC returnObject = sc.GetEventLeadingToIncident(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            EventLeadingToIncidentLookupListsCacheObject CachedLists = new EventLeadingToIncidentLookupListsCacheObject();

            return(CachedLists);
        }