private void Initialize()
 {
     createOrJoinRoom.Initialize(this);
     currentRoom.Initialize(this);
 }