public PersonRepository(CVContext context) : base(context) { }
public UnitOfWork(IPersonRepository personRepository, CVContext cvContext) { Persons = personRepository; _cvContext = cvContext; }