public ObjectId AddCorporation(IRepository repository, Corporation corporation)
 {
     return repository.AddCorporation(corporation);
 }