public IHttpActionResult GetIdRol(String nombre) { RolService con = new RolService(); return(Ok(con.GetIdRol(nombre))); }