public IEnumerable <Word> Get()
        {
            var words = _repo.GetWords();

            return(words);
        }