public T Update(T obj) { _context.Entry(obj).State = EntityState.Modified; _context.SaveChanges(); return(obj); }