public void Create(ClientDto clientDto) { CheckInput(clientDto); this.context.Set <Client>().Add(clientDto.ToClientOrm()); }