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