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