private void BtnConvertiraBinario_Click(object sender, EventArgs e)
 {
     TxtResultado.Text = Numero.DecimialBinario(TxtResultado.Text);
 }