public static int CountRoomWithType(string roomTypeID) { return(RoomTypeDAO.CountRoomWithTypeID(roomTypeID)); }