public bool CheckRonde(int ronde, int reserveringID)
 {
     return(Context.CheckRonde(ronde, reserveringID));
 }