public void Cadastrar(Contato contato) { try { dal.Cadastrar(contato); } catch (Exception ex) { throw new Exception(ex.Message); } }