Removing From The Front Of The List

 The goal for this exercise is to add a Remove method to your simple Linked List class

 For this exercise, you need to implement the RemoveFromFront method in the provided MyIntList class, as well as any other methods that you need to implement in order to accomplish the goal of implementing this method.  This class should be found in the Student_Answers.cs file, in a project named something like 03_PCE_StudentCode.  

 What you need to do for this exercise

  1.  Implement RemoveFromFront, as described above