public IEnumerable <Reservation> Get()
 {
     return(_reservationContext.GetReservations());
 }