public DataSet Doctor_GetCalendarAppointments(int doctorId)
 {
     Doctor_GetCalendarAppointmentsDL objDoctor_GetCalendarAppointmentsDL = new Doctor_GetCalendarAppointmentsDL();
     return objDoctor_GetCalendarAppointmentsDL.Doctor_GetCalendarAppointments(doctorId);
 }
    public DataSet Doctor_GetCalendarAppointments(int doctorId)
    {
        Doctor_GetCalendarAppointmentsDL objDoctor_GetCalendarAppointmentsDL = new Doctor_GetCalendarAppointmentsDL();

        return(objDoctor_GetCalendarAppointmentsDL.Doctor_GetCalendarAppointments(doctorId));
    }