public Movie(IdInt id) : base(id) { }
public Person(IdInt id) : base(id) { }
public bool Equals(IdInt other) { return(Id == other.Id); }