public List <SubCategory> GetSubCategoriesByCategory(int categoryId)
 {
     return(_subCategoryRepository.GetSubCategoriesByCategory(categoryId));
 }