public DataSet GetPatientAppointments(string appointmentToken)
 {
     GetPatientAppointmentsDL objGetPatientAppointmentsDL = new GetPatientAppointmentsDL();
     return objGetPatientAppointmentsDL.GetPatientAppointments(appointmentToken);
 }
    public DataSet GetPatientAppointments(string appointmentToken)
    {
        GetPatientAppointmentsDL objGetPatientAppointmentsDL = new GetPatientAppointmentsDL();

        return(objGetPatientAppointmentsDL.GetPatientAppointments(appointmentToken));
    }