public UitkomstContainer()
 {
     uitkomst = new UitkomstDAL();
 }
 public UitkomstContainer(IUitkomst iUitkomst)
 {
     uitkomst = iUitkomst;
 }