public IActionResult DeleteRoomType(int roomTypeId)
 {
     return(Json(RoomTypeDAO.DeleteRoomTypeModel(roomTypeId)));
 }