public IEnumerable ListAppointment(int id)
 {
     return(manager.AppointmentList(id));
 }