public override void SalvarNovoRegistro() { using (ContatoBLL bll = new ContatoBLL()) { bll.Inserir(preencherModel(formIncluir)); if (bll.HasErrors) { tg.Header.MostrarErro(bll.GetErrorsWeb()); } else { this.DefaultSalvarNovoSucesso(); formIncluir.clear(); } } }