public DBCollection(ISessionProvider dbObject) : this(dbObject.Session, dbObject.GetType(), true) { Add(dbObject); }