new BindingSource();
2: bs.DataSource = dateTabel1;
3: bindingNavigator1.BindingSource = bs;
4: dataGridView1.DataSource = bs ;