class ViewModel::Record

def ==(other)

def ==(other)
  self.class == other.class && self.model == other.model
end