public void AddRepair(Repair repair) { this.reparis.Add(repair); }
public void AddRepair(Repair repairPart) { this.Repairs.Add(repairPart); }