private void ShowInfo(string id, int data_num)
 {
     Maticsoft.BLL.hufen   bll   = new Maticsoft.BLL.hufen();
     Maticsoft.Model.hufen model = bll.GetModel(id, data_num);
     this.lblid.Text       = model.id;
     this.lbldata_num.Text = model.data_num.ToString();
     this.txtids.Text      = model.ids;
     this.txttotal.Text    = model.total.ToString();
 }