//Deze methode haalt alle gebruikers op.
 public List <Gebruiker> GetGebruikers()
 {
     return(_gebruikerRepository.ReadGebruikers());
 }