In VB6 I used to have a Main menu and all my forms came off that, to change the forms I used

VB Code:
  1. Unload Me
  2. Form1.Show

Now, how do I do this in .NET?