public void Edit([FromQuery] string nombre, [FromQuery] int id)
 {
     _marcasBusiness.Editar(nombre, id);
 }