public void InsertText(string text)
 {
     _editor.InsertText(text);
 }