public BaseQueryService(BpmsDbContext context)
 {
     this.context = context;
     dataSet      = context.Set <TEntity>();
 }
 public BaseRepository(BpmsDbContext context) : base(context)
 {
 }