private void btnClearCacheTranslations_Click(object sender, RoutedEventArgs e)
 {
     TranslationRepository.ClearCache();
 }