public static CategoryRoom GetCateRoomByID(int id)
 {
     return(RoomBUS.GetCateRoomByID(id));
 }