public void Undo()
 {
     mathExp.Undo();
     this.Refresh();
 }