public async Task <bool> UpdateAsync(Product prod) { return(await _context.ModifyEntityAsync(prod)); }