public void RegisterCompany(Company company)
 {
     registerContext.RegisterCompany(company);
 }