public InsurancePortalController(IInsurancePortal portal, IMotorInsurance motor)
        {
            _insurancePortalRepository = portal;
            _motorInsuranceRepository  = motor;

            BKICAutomapper automap = new BKICAutomapper();

            _mapper = automap.GetPortalAutoMapper();
        }