public void OnTouch()
    {
        int touchIndex = transform.GetSiblingIndex();

        fathersWond.BallReset(touchIndex, true);
        Debug.Log("Touched: " + touchIndex);
    }
 public void GoalScored(int playerId)
 {
     CurrentBall.BallReset(playerId);
 }