private void AddProductType() { TypeAddForm form = new TypeAddForm(controller); form.ShowDialog(); productTypeTree.RefreshDataSource(); }