/// <summary>
 /// 企业对应中心企业列表数据绑定控件
 /// </summary>
 private void bindingDsEmedCorpMapList()
 {
     this.dgv_EmedCorpMapList.AutoGenerateColumns = false;
     this.dsEmedCorpMapList1 = bll.BuildCorpMapList();
     this.emedCorpMapListBinding.DataSource = this.dsEmedCorpMapList1.Tables[0].DefaultView;
     this.dgv_EmedCorpMapList.DataSource    = emedCorpMapListBinding;
     this.sumDsEmedCorpMapListRecordCount();
 }