protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         ChongzhiRecardAct userAct = new ChongzhiRecardAct();
         Ruserlist.DataSource = userAct.GetAll();
         Ruserlist.DataBind();
     }
 }