public Travel() { PayOutType = new NormalPayOut(); }
public Car() { PayOutType = new NormalPayOut(); }