public static void AtThePark(Man man)
 {
     Console.WriteLine("Inside the park");
     man.Play();
 }