public float premium()
 {
     SUT = new InsuranceService();
     return(SUT.CalculateQuote(vehicleValue, comp3rd, age, penPoin));
 }