public bool UpdatePerson(ReservationWristband person)
 {
     return(_context.Update(person));
 }