public void ReplaceWords(int wordLenght, string newValue) { _sententenceElements.ToList().ForEach(x => _word.ReplaceValue(wordLenght, x, newValue)); }