public List <Category> GetAllWithCategoryArticles() { return(_categoryDal.GetAllWithCategoryArticles()); }