private async void DeleteClientType()
        {
            await _service.RemoveClientType(_CurrentClientType);

            Navigate();
        }