public TransportationView(Transportation Transportation) : base(Transportation.RID) { this.TransportSelf = Transportation.TransportSelf; }
public TransportationInput( Transportation model ) { this.TransportSelf = model.TransportSelf; }