public Relations AddRelation(Relations relation) { dbContext.Add(relation); return(relation); }
public People AddPeople(People people) { dbContext.Add(people); return(people); }