@Override
  public String getDescription(Integer genreId) {

    return genreTranslationsDao.getDescription(genreId);
  }