public void Help() { var hint = _words.First(); LogUtil.Log(hint); if (hint.Length > _givenHint) { Controller.Hint(hint[_givenHint++]); } }