private void dictionaryRTB_TextChanged(object sender, TextChangedEventArgs e)
 {
     vm.SetDictionary(dictionaryRTB.Lines());
 }