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