public void SendLetter(string s)
 {
     mathExp.Update(s);
     _changed = true;
     this.Refresh();
 }