public virtual int GetResourcesCount(string searchByName) { var resourcesCount = m_apiResourceRepository.GetResourcesCount(searchByName); return(resourcesCount); }