public IActionResult Index()
        {
            List <Person>     allPersons    = _person.Getall().ToList();
            List <PhilHealth> allPhilHealth = _philHealth.Getall().ToList();

            return(View());
        }
        public IActionResult Index()
        {
            List <Person>     allPersons    = _person.Getall().ToList();
            List <PhilHealth> allPhilHealth = _philHealth.Getall().ToList();
            IEnuberable <PhilHealthIndexModel> philHealthIndexModel;


            return(View());
        }