public static string DelHotels(BEHotel obj) { IHotels IService = new IHotels(); return(IService.IDelHotels(obj)); }