public ActionResult GetAlleWinkelUitzonderingenPerBezorgdag()
 {
     return(Json(Repo.GetAlleWinkelUitzonderingenPerBezorgdag()));
 }