public async Task <IActionResult> GetAll() { var Marca = await _marcaService.GetAllMarca(); return(Ok(Marca)); }