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