public EfProduktRepository(EfContext context) : base(context) { }
public EfRepository(EfContext context) { this.context = context; }