public VehiclesController(IUnitOfWork unitOfWork, IMapper mapper, IVehicleRepasitory repasitory)
 {
     this.unitOfWork = unitOfWork;
     this.repasitory = repasitory;
     this.mapper     = mapper;
 }