I have a question regarding the best way to get rid of a used form. For example, I start my program with a menu form. As of right now, when they click a button, I Hide() the form, create a new instance of the form that will be shown, and Show() the new form. This is done for each form in my...