private IncidentDetailLookupListsCacheObject GetIncidentDetailAndLookups()
        {
            UcbServiceClient   sc           = new UcbServiceClient();
            IncidentDetailVMDC returnObject = sc.GetIncidentDetail(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            IncidentDetailLookupListsCacheObject CachedLists = new IncidentDetailLookupListsCacheObject();

            return(CachedLists);
        }