public Languages Get(Int64 ixLanguage) => _languagesRepository.Get(ixLanguage);
public Language Get(int id) { return(Repository.Get(id)); }