public IEnumerator <HotelViewModel> GetEnumerator()
 {
     return(Hotels.GetEnumerator());
 }