public bool CreateHotel(Hotel h) { return hdao.Create(h); }
public bool UpdateHotel(Hotel h) { return hdao.Update(h); }