public DetailCategory GetById(long id)
 {
     return(_detailCategoryRepository.GetById(id));
 }