protected AbstractData(Mongo database)
 {
     Collection = database.Collection <T>();
 }