public void UpdateRoomSuccessed(object sender, RoomVo updateVo)
 {
     staffQuery.RefeshStaffInfo();
     clockRoom.UpdateRoom(updateVo);
 }