public DataTable GetPatientReference(int patientId, int organizationId) { return(_objAppointmentDAL.GetPatientReference(patientId, organizationId)); }