public bool RemoveRoom(int roomId) { return(userDao.RemoveRoomId(roomId) && deviceDao.RemoveRoomId(roomId)); }