diff --git a/GBase/GBase.xml b/GBase/GBase.xml
index 5d8fdaa..2945813 100644
--- a/GBase/GBase.xml
+++ b/GBase/GBase.xml
@@ -605,6 +605,29 @@
The given True if successful, false if not
+
+
+ Add an entry that implements to this
+
+ The entry implementing
+ True if successful, false if not
+
+
+
+ Remove an entry that implements from this
+
+ The entry implementing
+ True if successful, false if not
+
+
+
+ Modify the property of a given entry with the given value
+
+ The entry
+ The name of the property
+ The new value to set
+ True if successful, false if not
+
A entry changed
@@ -1011,6 +1034,20 @@
The given True if successful, false if not
+
+
+ Add an entry that implements to this
+
+ The entry implementing
+ True if successful, false if not
+
+
+
+ Remove an entry that implements from this
+
+ The entry implementing
+ True if successful, false if not
+
Settings of a instance
diff --git a/GBase/GBaseTable.cs b/GBase/GBaseTable.cs
index 6e227fc..887f8d8 100644
--- a/GBase/GBaseTable.cs
+++ b/GBase/GBaseTable.cs
@@ -5,6 +5,7 @@
using System;
using System.Collections.Generic;
using System.IO;
+using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
@@ -35,8 +36,6 @@ namespace GBase
Columns = new List();
Entries = new List