public Customer(Weather weather, Random random)
 {
     this.random = random;
     SetAcceptablePrice(weather);
     CheckThirst(weather);
 }