public Insurance Get(int insuranceId) { var repo = new InsuranceRepository(); return(repo.GetInsurance(insuranceId)); }