public override void Action(object sender, ButtonActionEventArgs e)
 {
     _callback(sender, e);
 }
 public virtual void Action(object sender, ButtonActionEventArgs e)
 {
 }