private GroundVehicleTypeHelper(GroundVehicleTypeEnum vehicleTypeEnum, string name, string abbreviation)
 {
     Id           = (int)vehicleTypeEnum;
     VehicleType  = vehicleTypeEnum;
     Name         = name;
     Abbreviation = abbreviation;
 }
 public GroundVehicleTypeHelper(GroundVehicleTypeEnum vehicleTypeEnum, string name, string abbreviation)
 {
     Id = (int)vehicleTypeEnum;
     VehicleType = vehicleTypeEnum;
     Name = name;
     Abbreviation = abbreviation;
 }