private void ConfigDbSet()
 {
     DbSet = Context.GetCollection <TEntity>(typeof(TEntity).Name);
 }