static void Main(string[] args)
 {
     Person freshman = new Person("John", "Science");
     freshman.printPerson();
 }