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