public Patient GetPatient() { return(new Patient(Name, Birthday.GetDate(), Alive, Id, ExternalId)); }