public InstellingenViewModel(ProfielAfbeeldingInstellenViewModel profiel, AchtergrondAfbeeldingInstellenViewModel achtergrond)
 {
     ProfielAfbeeldingInstellenViewModel = profiel;
     AchtergrondAfbeeldingInstellenViewModel = achtergrond;
 }
 public InstellingenViewModel(string gebruikerType, ProfielAfbeeldingInstellenViewModel profiel, AchtergrondAfbeeldingInstellenViewModel achtergrond)
 {
     GebruikerType = gebruikerType;
     ProfielAfbeeldingInstellenViewModel = profiel;
     AchtergrondAfbeeldingInstellenViewModel = achtergrond;
 }