public void Copy(bool cut)
 {
     equationRoot.Copy(cut);
     if (cut)
     {
         AdjustView();
     }
 }