Make sure whoever you want to be the owner of the database doesn't already exist as a user of the database. If so, you'll have to delete the user mapping. After that:
ALTER AUTHORIZATION ON DATABASE::**Database Name** TO **New Owner**
K. Brian Kelley
@kbriankelley