get/create session
get parameters
if ('usertype' param in session == 'm') {
delete all data from the session except 'username' and 'usertype'
get the city data from the database
display the Add Airport Form
}
else {
error message to say user must be a manager
}