I have a data base of people that have the last name first, then the first name: Villamarin,Sara

I need to be able to quickly seperate the names into two seperate columns.
Column 1: Sara
Column 2: Villamarin

How do I do that?