void HandleRotation(float rotationX, float rotationY)
 {
     arm.Rotate(rotationX * rotationSpeed, rotationY * rotationSpeed);
 }