internal static List <Nodo> List() { return(DbConn.GetSQLiteConnection() .Query <Nodo>("select * from Nodo limit 200").ToList()); }