public DataTable GetAllDoctorServiceById(int organizationId) { return(_objOrganizationDAL.GetAllDoctorServiceById(organizationId)); }