public EmployeeForm(LoginForm parentForm)
 {
     InitializeComponent();
     this.parentForm = parentForm;
 }