public CarsSoldController(ICarsSoldService carsSoldService)
 {
     _carsSoldService = carsSoldService;
 }
 public CarsSoldManager(ICarsSoldService service)
 {
     _service = service;
 }