public DataTable GetEmailIdBySelectedId(string selectedAppointmentIds) { return(_objAppointmentDAL.GetEmailIdBySelectedId(selectedAppointmentIds)); }