public double GetRepairValue(Merchandise merchandise)
 {
     throw new NotImplementedException();
 }
 public void Fix(Merchandise merch)
 {
     throw new NotImplementedException();
 }