protected void PropBindings()
 {
     Binder.RegistValueChange <string>(x => m_title = x, title_binding);
     Binder.RegistValueChange <string>(x => label   = x, label_binding);
     Binder.RegistEvent(clickEvent, on_button_click_binding);
 }