public bool Betaald(string rfidtag, int eventid)
 {
     return(_db.Betaald(rfidtag, eventid));
 }