void OnCollisionStay(Collision other)
 {
     boatHealth.OnCollisionEnter(other);
 }