public void VisitDolphin(Dolphin dolphin)
 {
     dolphin.Speak();
 }