public List <Payment> getPaymentOfInsurrance(long insurranceId)
        {
            var result = insuranceService.getPaymentOfInsurrance(insurranceId);

            return(result);
        }