public HotelCarModel GetRegistrationByStarsId(string starsId) { HotelInfoRepository _hotel = new HotelInfoRepository(); return(_hotel.GetHotelInfoByStarsId(starsId)); }