public void CreateInstrument()
 {
     _instrumentBuilder.SetModel();
     _instrumentBuilder.SetNeck();
     _instrumentBuilder.SetWood();
 }