public IEnumerable <Genre> GetByIds(IEnumerable <int> ids) { try { return(_genreDao.GetByIds(ids).ToArray()); } catch { throw; } }