if ( accountType = "admin" )
return admin view
if ( accountType = "customer" )
return customer view
if ( accountType = "user" )
return user view
if ( accountType = "merketing" )
return marketing view
and so on .......