public WashingMachine(HouseworkSimulator sim)
 {
     this.sim = sim;
 }
 public TumbleDryer(HouseworkSimulator sim)
 {
     this.sim = sim;
 }