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