void OnDragEnd()
    {
        ball.ActiveRb();

        ball.Push(force);
        trajectory.Hide();
    }