public void DisableScreen()
 {
     networkManager.RemoveFetchCallback(OnServerListResponse);
     content.SetActive(false);
 }