public void DisplayInstrumentReport()
        {
            var instrumentReport = new InstrumentGenerator(Instrument, _container);

            instrumentReport.Generate();
        }
        public void InstrumentReport()
        {
            var instrumentReport = new InstrumentGenerator(InstrumentTestManager.Instrument, _container);

            instrumentReport.Generate();
        }