public async Task <IActionResult> Create(Produtos obj) { await _ps.InsertAsync(obj); return(RedirectToAction(nameof(Index))); }