private void setBoolProperty(PropertyInfo i_PropertyToSet, Vehicle i_Vehicle) { bool boolValue = r_Ui.GetBoolInput(); i_PropertyToSet.SetValue(i_Vehicle, boolValue, null); }