public bool Update(GameEntity gameEntity) { try { return(_gameDao.Update(gameEntity)); } catch { throw; } }