def import_xml
        if params[:import] == nil
            flash[:error] = "Choose a xml file."
            render 'import_form'
        else