private void Destroy()
 {
     gameLogicManager.CallBallSpawnEvent();
     Destroy(this.gameObject);
 }