public double Visit(Shoprent shoprent)
 {
     return(1.0);
 }
 public double Visit(Shoprent shoprent)
 {
     return(shoprent.Price * 2.9);
 }