private static string get_location()
 {
     return(Andrew_Helpers.get_string("Enter the location of this airport: ", "Location cannot be blank"));
 }
 private static string get_name()
 {
     return(Andrew_Helpers.get_string("Enter the name of this airport: ", "Name cannot be blank"));
 }