public TruckProfileController(ITruckProfileService truckProfileService)
 {
     this._truckProfileService = truckProfileService;
 }
 public TruckProfileController(ITruckProfileService truckProfileService)
 {
     this._truckProfileService = truckProfileService;
 }