public DetalheFuncaoResults Detalhe(Guid id) { try { //var user = Guid.Parse(this.User.Identity.Name); var result = _funcaoRepositorio.Detalhes(id); return(result); } catch (Exception) { return(null); } }