public async Task <IActionResult> Delete(string id) { await proposalService.DeleteAsync(id); return(RedirectToAction("Index")); }