public bool checkCondition(Detail detail)
 {
     return(true);
 }
 public void Repair(Detail detail)
 {
 }