// Perform paste
 public void Paste()
 {
     editor.Paste();
 }