private void btnAdd_Click(object sender, EventArgs e) { CategoryBUS.insert(categoryBindingSource.Current as Category); categoryTBBindingSource.DataSource = CategoryBUS.getAll(); categoryBindingSource.DataSource = new Category(); }