The Membership class is only for authentication and basic information about the user. To handle roles, you must use the Role provider. Once this is set up and you have added roles and have added one or more roles to each user,
you can determine their permissions based on their roles.
For example,
if User.IsInRole("Administrator")