def unhelp
        if params[:id]!=nil
            @post = TaggedPost.find(params[:id])
        
            @help = Help.find_by(:tagged_post_id => @post.id, :user_id => current_user.id)