public InfoForm(string customerID, PurchaseForm purForm) { InitializeComponent(); this.customerID = customerID; UI = purForm; }