Using C#. make an interface for major and make appropriate classes for each major. In the student course instantiate the IMajor major variable. In the toString method call major and have it printed out as the course name. How to you get it to return as "Math", and not Homework_1.Math?