public bool IsRepairable(int numCoins) { return((repairCost <= numCoins) && !health.IsHealthFull()); }