public Car GetCarByRegNr(string regNr)
 {
     return(api.GetCarByRegNr(regNr));
 }