public void CadastrarForma(object o, EventArgs e)
 {
     BLL.FormaPagamento f = new BLL.FormaPagamento();
     f.NomeForma = txtNome.Text.ToUpper();
     f.IncluirComParametro();
     MessageBox.Show("Cadastrado com sucesso !!!");
 }