public bool AddNew() { if (FirstName != null) { DATA.AddNewPerson(this); OnPersonCreated(); return(true); } return(false); }