public bool Update(ServiceCategory entity)
 {
     return(serviceCategoryRepository.Update(entity));
 }