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