def update
    @user_status = UserStatus.find(params[:id])
=begin
    if params[:move]
      move_position(@user_status, params[:move])