public ActionResult DeleteWinkelUitzondering(DateTime datum)
 {
     Repo.DeleteWinkelUitzonderingPerBezorgdag(datum);
     return(Ok());
 }