private void addAirToTires() { string licensePlates = getLicensePlateNumber(); try { r_Garage.AddAirPressureToMax(licensePlates); } catch (Exception ex) { Console.WriteLine(ex.Message); } }