private void OnTriggerExit(Collider other)
 {
     BallController.BallLeavesHand(other);
 }