public Game()
 {
     score = new PlayScore();
 }
 void Awake()
 {
     _instant = this;
 }