Multiform Personnel Database Application
Create an application that connects to the Personnel.mdf database that you created in Programming
Problem 1. The application’s main form should display the Employee table in a DataGridView control.
The main form should also have a buttonthat, when clicked, displays a second form. The second form
should display the Employee table in a Details view. Make sure that when the second form is closed,
the main form refills the dataset so the most current data is displayed.