public DataSet Doctor_GetDoctorAppointments(int empId)
    {
        Doctor_GetDoctorAppointmentsDL objGetDoctorAppointmentsDL = new Doctor_GetDoctorAppointmentsDL();

        return(objGetDoctorAppointmentsDL.Doctor_GetDoctorAppointments(empId));
    }
 public DataSet Doctor_GetDoctorAppointments(int empId)
 {
     Doctor_GetDoctorAppointmentsDL objGetDoctorAppointmentsDL = new Doctor_GetDoctorAppointmentsDL();
     return objGetDoctorAppointmentsDL.Doctor_GetDoctorAppointments(empId);
 }