public DeelnemerController(IDeelnemerContext context, IDeelnemerService service)
 {
     _context = context;
     _service = service;
 }
 public PersonCreatedService(IDeelnemerContext context)
 {
     _context = context;
 }