public ServiceResponseDTO <IEnumerable <SelectionItemDTO> > GetApplicationLevels() { var response = _lookupService.ApplicationLevels(); return(response); }