private void _init()
 {
     _index = -1;
     Title  = Content = string.Empty;
     IsHtml = false;
     AttachmentList.Clear();
 }
 private void ExecuteClearAttachmentCommand()
 {
     AttachmentList.Clear();
 }