private void button1_Click(object sender, System.EventArgs e)
 {
     bar1[1].Y     = 50;
     bar1[1].Label = "Christine";
     bar1.WriteToDataSource();
     dataGrid1.SetDataBinding(bar1.DataSource, "TeeDataTable");
 }