public void EditContributor(Contributor contributor)
 {
     contributorRepository.Edit(contributor);
     SaveChange();
 }