public static IEnumerable <CategoryRoom> GetCateRoomCBB(int id)
 {
     return(RoomBUS.GetCateRoomCBB(id));
 }