private void bindingNavigatorMoveNextItem_Click(object sender, EventArgs e) { if (move()) { CruItItemBindingSource.MoveNext(); } }