Instrument constructor
Instrument({})
Implementation
Instrument({
this.id = "",
this.name = "",
this.instrumentLevel = InstrumentLevel.notDetermined,
this.model = "",
this.isMain = false,
this.isFavorite = false
});