public MongoRepository()
 {
     _context = MongoDbContext.CreateDbContext();
 }