//button click event
 protected void button_Click(object sender, EventArgs e)
 {
     ucUserControl.ActionMethod();
 }