public DataTable ListarTUsuario() { DataTable tabla = new DataTable(); tabla = usuario.ListarTU(); return(tabla); }