public GenericRepository(SecurityDBEntities context) { this.context = context; entities = context.Set <T>(); }