public TranslationRepository(TranslatorDbContext translatorDbContext) { _translatorDbContext = translatorDbContext; }