public PDFCreator(Investor2 investor) { this.Investor = investor; }
public InvestorForm(Investor2 investor) { InitializeComponent(); selectedInvestor = investor; }