public void OnLoadForm(object sender, EventArgs e) { dtDepartments = connection.GetDepartments(); CreateTree(); }