public async Task <IVehicleModel> CreteAsync(IVehicleModel newItem)
 {
     return(await repository.CreteAsync(newItem));
 }