public PagedData <GameEntity> GetByIds(IEnumerable <int> ids) { try { return(_gameDao.GetByIds(ids)); } catch { throw; } }