super();
if (manufacturer.indexOf("Guitars") == -1) { return false; } else { super.add(manufacturer); return true; }