private void OnDestroy()
 {
     if (_ballGameController != null)
     {
         _ballGameController.BallCollected(this);
     }
 }