void OnDestroy()
 {
     Debug.Log("ROOM SELECTION OnDestroy");
     theClient.RemoveZoneRequestListener(this);
     theClient.RemoveRoomRequestListener(this);
 }