// <summary>Stops the room list ui by leaving the lobby</summary>
 public void StopRoomList()
 {
     NetworkingService.LeaveLobby();
 }