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