public static IEnumerable <CategoryRoom> GetAllCateRoom()
 {
     return(RoomBUS.GetAllCateRoom());
 }