public void AddListner(ActionCallBack callback, ButtonEventArgs args) { func += (o) => { callback.Invoke(args); }; }