private List <Appointment> GetHistoryAppointments()
 {
     return(bllMember.GetHistoryAppointments(member));
 }