public void Update(InformAndResident obj) { DbSet.Update(obj); }
public void Add(InformAndResident obj) { DbSet.Add(obj); }