public IEnumerable <Indicator> GetAllWithObjectTypeAndScore()
        {
            var repo = new IndicatorRepository(new DatabaseFactory());

            return(repo.GetAllWithObjectTypeAndScore());
        }