public Item ObterItem(int id) { try { return(_da.ObterItem(id)); } catch (Exception exc) { Validacao.AddErro(exc); } return(null); }