public void Accelerate(int kph) { _frontLeft.Rotate(kph); _frontRight.Rotate(kph); _rearLeft.Rotate(kph); _rearRight.Rotate(kph); }