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