public BookingRoomController(IBookingRoomService bookingRoomService)
 {
     _bookingRoomService = bookingRoomService;
 }