public async Task <IActionResult> EditRol(Rol rol) { var result = await _rolService.Editar(rol); return(Ok(result)); }