public List <SubCategory> GetAllSubCategories() { var subcategories = _advertisementRepository.GetAllSubCategories(); return(subcategories); }