public GenericNoSQLRepository(IMongoDBContext context) { this.context = context; this.set = context.Set <T>(); }