private void AddFromRow(Lfx.Data.Row row)
        {
            T Elem = Instanciador.Instanciar <T>(this.DataBase, row);

            this.Add(Elem);
            this.HayAgregados = true;
        }