this.dataSet11.Tables[0].DefaultView.AllowNew = false;
this.dataGrid1.DataSource = this.dataSet11.Tables[0].DefaultView;