Winform : How to create a new popup window using C#

When I started to learn WinForm programming, one thing that I wondered was how to create additional window forms on the already existing Winform Project. For example, I wanted to create a popup window for editing purposes. I knew what code to write that would instantiate a new form but didn't know how to edit that form in the designer.