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