public List <BookAppointment> GetAllUserAppointments(int doctorId)
 {
     return(aDoctorGateway.GetAllUserAppointments(doctorId));
 }