public ReservationWristband GetByID(int id)
 {
     return(_context.GetById(id));
 }