public RunWord(string txt)
 {
     this.manly = new AnalysisWord(txt);
 }
 public RunWord()
 {
     this.manly = new AnalysisWord();
 }