public void Set(Person[] value) { methodValue = value; }
public void MotherFather(Person mother, Person father) { List.Add(new Parents {Mother = mother, Father = father}); }