public DriverPaymentDTO() { Driver = new DriverDTO(); }
public DriverViewModel() { Driver = new DriverDTO(); }