void OnDestroy()
 {
     Instance = null;
 }
 void Awake()
 {
     Instance        = this;
     highScoreRecord = new Transform[10];
 }