public void Update(T objRecord) { entities.Attach(objRecord); context.Entry(objRecord).State = EntityState.Modified; }