PersonにはINotifyPropertyChangedを実装して
各プロパティのsetでPropertyChangedイベントを発生させる

要素の追加削除に対応するならList<T>の代わりにBindingList<T>を使う