I'm not trying to solve a problem, rather I am looking for specific words to expand my C# vocabulary. What did I do from line 11 through 15? Is that what you call an instance of an object? Normally, I instantiate objects by doing this:
Type name = new Type();
Type name = new Type();
but I'm not entirely sure what you call what I did from line 11 through 15.