private VCardName(VCardNameRow row) { _srcRow = row; }
public VCardName() { _srcRow = new VCardNameRow(); }