public void requestNewGame(String requestor) throws NetworkException {
   m_netClient.requestNewGame(requestor);
 }