private async void SaveNewClientType()
        {
            await _service.AddClientType(_CurrentClientType);

            Navigate();
        }