public TranslationText GetTranslationText(int languageId) { return(_translationRepository.GetTranslationsForLanguage(languageId)); }