public IHttpActionResult GetNombreRol(int id) { RolService con = new RolService(); return(Ok(con.GetNombreRol(id))); }