public IHttpActionResult allhotel(int HotelId)
 {
     return(Ok(HotelDetailsService.Allhotel(HotelId)));
 }