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

  def to_program
    program = Program.find_or_initialize_by(id: row[:id].to_i)