public void InvokeEvent() { Console.WriteLine("Birthday Start"); Birthday.Invoke(); Console.WriteLine("Birthday End"); }