public void SetCalculator(IReport2 calculator) => _calculator = calculator;
public Report2(IReport2 calculator) { _calculator = calculator; }