public IList <Despesa> ObterTodos() { try { return(_repositorio.ObterTodos()); } catch (Exception ex) { throw ex; } }