public Delegate[] GetClickHandlers()
 {
     return(MyClick?.GetInvocationList());
 }