public IEnumerable <Word> GetForGuessedRight(int?wordListId) { return(_wordRepository.GetForGuessedRight(wordListId)); }