public void UpdateCategory(ServiceCategory category)
 {
     categoryRepository.UpdateCategory(category);      //Updating the service details in the database
 }