public DataSet Common_GetCalendarDoctorAppointmentsById(int doctorId)
 {
     GetCalendarDoctorAppointmentsByIdDL objGetCalendarDoctorAppointmentsByIdDL = new GetCalendarDoctorAppointmentsByIdDL();
     return objGetCalendarDoctorAppointmentsByIdDL.GetCalendarDoctorAppointmentsById(doctorId);
 }
    public DataSet Common_GetCalendarDoctorAppointmentsById(int doctorId)
    {
        GetCalendarDoctorAppointmentsByIdDL objGetCalendarDoctorAppointmentsByIdDL = new GetCalendarDoctorAppointmentsByIdDL();

        return(objGetCalendarDoctorAppointmentsByIdDL.GetCalendarDoctorAppointmentsById(doctorId));
    }