public CheckIn CheckIn(string rfidTag, int eventid)
 {
     return(_db.CheckIn(rfidTag, eventid));
 }