public void Execute()
 {
     notepad.Insert(str, pos);
     notepad.PrintText();
 }