public async Task <IActionResult> Get() { var consultaAll = await _service.GetAllAsync(); return(Json(consultaAll)); }