Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen.
ShowModal: Use ShowModal to show a form as a modal form. A modal form is one where the application can continue to run until the form is closed. Thus, ShowModal does not return until
the form closes. When the form closes, it returns the value of the ModalResult property.