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