public bool ExisteRequerimento(int protocolo, bool somenteFilhos = false) { try { return(_da.ExisteRequerimento(protocolo, somenteFilhos)); } catch (Exception exc) { Validacao.AddErro(exc); } return(false); }