PhonePresenter = Struct.new(:row) do
  include ParentAssigner

  def to_phone
    phone = Phone.find_or_initialize_by(id: row[:id].to_i)