public static IEnumerable <Room> GetRoomEmptyByIDCate(int idCateRoom) { return(RoomBUS.GetRoomEmptyByIDCate(idCateRoom)); }