public DataSet Doctor_GetAppointmentsByDate(int doctorId, string appointmentDate)
 {
     Doctor_GetAppointmentsByDateDL objDoctor_GetAppointmentsByDateDL = new Doctor_GetAppointmentsByDateDL();
     return objDoctor_GetAppointmentsByDateDL.Doctor_GetAppointmentsByDate(doctorId, appointmentDate);
 }
    public DataSet Doctor_GetAppointmentsByDate(int doctorId, string appointmentDate)
    {
        Doctor_GetAppointmentsByDateDL objDoctor_GetAppointmentsByDateDL = new Doctor_GetAppointmentsByDateDL();

        return(objDoctor_GetAppointmentsByDateDL.Doctor_GetAppointmentsByDate(doctorId, appointmentDate));
    }