public int Update(UserInfo t) { throw new NotImplementedException(); }
public int Add(UserInfo t) { db.UserInfo.Add(t); return db.SaveChanges(); }