public List <Appointment> GetAppointments() { return(PatientsManager.GetAppointmentsByPatient(this)); }