public void CreateContributor(Contributor contributor)
 {
     contributorRepository.Create(contributor);
     SaveChange();
 }