public void DisplayEmployeeFormToAdd()
 {
     DisplayEmployeeForm();
     EmployeeForm.SetFormDetailsToAdd();
 }