public List <HotelInfo> GetHotelListForLocation(String location)
 {
     return(objmanager.GetHotelListForLocation(location));
 }