private void method_16() { this.TableName = "SurveyRandom"; SurveyRandomDal surveyRandomDal = new SurveyRandomDal(); this.lSurveyRandom = surveyRandomDal.GetList(); this.DataGrid1.ItemsSource = this.lSurveyRandom; }