public ObjectResult Delete(int id) { _usuarioApp.Deletar(id); return(StatusCode((int)HttpStatusCode.Created, id)); }