public void AddCategory(ServiceCategory category)
 {
     categoryRepository.AddCategory(category);       //Adding new service
 }