Actually I want to create one usercontrol which are included three buttons :
private void btnAdd_Click_1(object sender, EventArgs e)
{
label1.Text = "This is Clicked by buttton Add";
}