public ICollection <DetailCategory> GetAll()
 {
     return(_detailCategoryRepository.GetAll());
 }