// Constructor
 public GenericRepository(CSharp_RepositoryPatternContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }