public IncomeCalculator(Investment investment, List <Order> orders) { this._investment = investment; this._orders = orders; }