public ActionResult GetCategorienPerWinkel(int winkelId) { return(Json(Repo.GetCategorienPerWinkel(winkelId))); }