public void CloseCharacterPopup()
 {
     gameView.CloseCharacterPopup();
     StartCoroutine(gameView.RotateBg(false, 0f));
 }