class Destroy
    include Admin::Action

    def call(params)
      DestroyPerson.call(params[:id])