public Rol Single(int idRol) { try { return(repository.Single(idRol)); } catch (Exception ex) { throw new Exception(ex.Message); } }