def regions
    categories = profile.categories.where(type: "Category").map(&:id).map(&:to_s)
    params[:profile_data][:category_ids] += categories if params[:profile_data].present?
    update_profile_data