public void AddCategoryToDriver(int driverId, string categoryName)
 {
     _driverRepository.AddCategoryToDriver(driverId, categoryName);
 }