public Form1() { InitializeComponent(); joe = new Guy("Joe", 50); bob = new Guy("Bob", 100); UpdateForm(); }