public DataSet Common_GetDoctorAppointmentsById(int doctorId)
 {
     GetDoctorAppointmentsByIdDL objGetDoctorAppointmentsByIdDL = new GetDoctorAppointmentsByIdDL();
     return objGetDoctorAppointmentsByIdDL.GetDoctorAppointmentsById(doctorId);
 }
    public DataSet Common_GetDoctorAppointmentsById(int doctorId)
    {
        GetDoctorAppointmentsByIdDL objGetDoctorAppointmentsByIdDL = new GetDoctorAppointmentsByIdDL();

        return(objGetDoctorAppointmentsByIdDL.GetDoctorAppointmentsById(doctorId));
    }