public async Task <T> Update(T body, int id) { _db.Update <T>(body); await _db.SaveChangesAsync(); return(body); }