public virtual Funcao Localizar(long?id) { try { return(_FuncaoRepositorio.Find(id)); } catch (Exception ex) { throw ex; } }