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

  def to_contact
    contact = Contact.find_or_initialize_by(id: row[:id].to_i)