public async Task <IActionResult> Getcsv(int id) { var data = await reo.GetCSV(id); return(Json(data)); }