public async Task <IActionResult> GetPorId(Guid Id) { return(Ok(await _categoriaService.GeneroPorId(Id))); }