public float premium() { InsuranceService insuranceService = new InsuranceService(); return(insuranceService.CalcPremium(age, gender)); }
public static void init() { insuranceService = new InsuranceService(); }