def move_up
    @menu_item = MenuItem.find(params[:id])
    @above = @menu_item.above

    if @above