I don't see a method in the ProfileManager class that lets me update a user's profile. I know that I can use the Profile class for the currently authenticated user, but I want to enable the administrators to edit a user's profile. How can I achieve this? Can it be done using the ProfileManager?

Note: I am using the following:
SqlMembershipProvider
SqlProfileProvider
SqlRoleProvider