public DataTable ListarPreguntas() { DataTable tabla = new DataTable(); tabla = daU.ListarPreguntas(); return(tabla); }