public void PrintStack()
 {
     myLinkedList.PrintMyNodes();
 }
 public void PrintQueue()
 {
     myLinkedList.PrintMyNodes();
 }