public static bool UpdateCateRoom(CategoryRoom cr)
 {
     return(RoomBUS.UpdateCateRoom(cr));
 }