public string GetVehicleData(string i_LicenseNumber)
 {
     return(m_Garage.GetVehicleData(i_LicenseNumber));
 }