public IEnumerable <GetScreenOutput> ListAll() { var getAll = _screenManager.GetAllList().ToList(); List <GetScreenOutput> output = ObjectMapper.Map <List <GetScreenOutput> >(getAll); return(output); }