public double Visit(Tabacco tabacco) { return(1.0); }
public double Visit(Tabacco tabacco) { return(tabacco.Price * 1.55); }