public async Task <bool> UpdateUsuario(UsuarioViewModel usu) { var result = await db.UpdateUsuario(usu); return(result); }