public void BindData()
 {
     rptData.DataSource = ClientClass.GetAllClient();
     rptData.DataBind();
 }