public Contact AddCompany(Guid contactId, Guid companyId) { return(_contactRepository.AddCompany(contactId, companyId)); }