public CategoryContentBusiness()
 {
     _categoryContentRepository = new CategoryContentRepository();
 }
 public CategoryContentBusiness(CategoryContentRepository categoryContentRepository)
 {
     _categoryContentRepository = categoryContentRepository;
 }