public void SetDriveMode()
 {
     _gearbox.setGearBoxCurrentParams(new Object[2] {
         1, 1
     });
 }