Write a program that uses the standard sort function to sort a vector of Employee objects, first by the name and then by salary (starting with the highest salary). Supply objects of the two comparator classes. Test your comparators by writing a main program to test it.