public ShopRadius(Shop s, int Demand)
 {
     shop             = s;
     demandPercentage = Demand;
 }