public IMongoCollection <T> Collections()
 {
     return(_mongoDBContext.DataBaseName().GetCollection <T>($"{typeof(T).Name}s"));
 }