public bool IsValidInput() { return(!(SearchWord.Any(char.IsDigit) || Sentence.Any(char.IsDigit))); }