public static bool DeleteRoomType(string roomTypeID) { return(RoomTypeDAO.DeleteRoomType(roomTypeID)); }