private Cv GetUpdatedCv()
 {
     var repo = new CvRepository();
     repo.SaveNewCv(_cv);
     return repo.GetElizabethsCv();
 }