private void Awake()
 {
     if (coin.CheckCoinIsTaken(gameObject.name) && coin.CheckListIsExist())
     {
         Destroy(this.gameObject);
     }
 }