/// <summary>
 ///
 /// </summary>
 private void Cut()
 {
     Copy();
     _presenter.RemoveSelectionText();
 }