public int GetDoctorCountByOrganizationId(int organizationId) { return(_objOrganizationDAL.GetDoctorCountByOrganizationId(organizationId)); }