private static void insertPartInMainForm(FormOfWorkWithDatabase form) { Part.insertListOfSurfacess(form.parrentForm); Part.insertParametersOfPartInTextboxes(form.parrentForm); Part.insertListOfOperationsInTreeView(form.parrentForm); EventClickOnButtonOfSelectWorkpriece.enabledTextBoxes(form.parrentForm); form.parrentForm.SurfacesTreeView.SelectedNode = form.parrentForm.SurfacesTreeView.Nodes[0]; }