protected void getModel(int id)
    {
        Tz888.BLL.Register.SS_Agency_ServicesBLL dal  = new SS_Agency_ServicesBLL();
        Tz888.Model.Register.SS_Agency_Services  mode = dal.getModel("*", "SS_Agency_Services", "where OrganID=" + id, 1);
        company.Value = mode.OrganName;
        this.ZoneSelectControl1.CountryID  = mode.CountryCode.Trim();
        this.ZoneSelectControl1.ProvinceID = mode.ProvinceID.ToString();
        this.ZoneSelectControl1.CityID     = mode.CityID.ToString();
        this.ZoneSelectControl1.CountyID   = mode.Area.ToString();
        this.structid.SelectedValue        = mode.OrganType.ToString();

        ServiesControl.ServiesBString = mode.ServiceBigtype + "|" + mode.ServiceSmalltype;
        capital.Value    = mode.Bankroll.ToString();
        count.Value      = mode.Turnover.ToString();
        scale.Value      = mode.BusinessCount.ToString();
        createdate.Value = mode.FoundDate;
        directions.Value = mode.BusinessView;
        website.Value    = mode.www;
        linkman.Value    = mode.LinkName;
        linktel.Value    = mode.Tel;
        email.Value      = mode.Email;
        fex.Value        = mode.FAX;
    }