public SurveyRepository(CompassContext context) : base(context) { }
public Repository(CompassContext context) { _context = context; _dbQuery = context.Set <TEntity>(); }