Trims all whitespace out of the Name property
void TrimName()
Name = "Fuel Capacity"; TrimName(); // Name is now "FuelCapacity"