public void Display()
 {
     current = start;
     current.ChangePosition(start);
 }