public async Task Remove()
        {
            await _amiService.RemoveAmi(Ami);

            Ami = null;
        }