public string TransportTypeCaptionFor(TransportType transportType) { return(TransportTypes.By(transportType).DisplayName); }
public ApplicationIcon IconFor(TransportType transportType) { return(TransportTypes.By(transportType).Icon); }