public void Load_Grid_Account() { Grid_Account.DataSource = ToolsAdmin.Load_Customer().Tables[0]; Grid_Account.DataBind(); }