public TravelInsuranceController(ITravelInsurance repository)
        {
            _travelInsuranceRep = repository;
            BKICAutomapper automap = new BKICAutomapper();

            _mapper = automap.GetTravelAutoMapper();
        }