Is there an easy/easier way of doing this?
Currently I need to make a form containing a DataGrid popup when I click a button.

I was thinking of just making a second form class and then calling a function that would initialize it when the button event was activated.

However, that seems overly complicated, and I was wondering if it is possible to have the form programmed into the original form (as-in: a form within a form)?