public bool Add(DetailCategory entity)
 {
     return(_detailCategoryRepository.Add(entity));
 }