protected void btnBuscar_Click(object sender, EventArgs e)
 {
     CargaGrid(" WHERE UPPER(CONCAT([Identificacion],[Nombres],[Apellidos])) like'%" + txtBuscar.Text.ToUpper() + "%'");
     PopupCliente.Show();
 }
 protected void btnBuscarClientes_Click(object sender, EventArgs e)
 {
     PopupCliente.Show();
 }