public static void Execute(IWin32Window owner) { using (var form = new EmployeesForm()) { form.ShowDialog(owner); } }