public void StageCountClear()
 {
     numtext.text = "0/7";
     if (managerScript)
     {
         managerScript.DeleteClearData();
     }
 }