Displaying Forms in C#

I have drawn multiple different forms in C#. What I want to do is display them both in the same main form, what is the best way to do this? Both forms have there own classes with initialization and dispose methods.
Thanks in advance
Thanks in advance