public ReservationsService() { HotelContext _db = new HotelContext(); _reservationRepository = new ReservationRepository(_db); }