private void FixedUpdate()
 {
     if (downCounter == 2)
     {
         tmPro.maxVisibleCharacters = 0;
         popUpController.Down();
     }
 }