//
        // GET: /CardRegistration/

        public ActionResult Index()
        {
            var model = _Cardrepo.GetAllCardsList();

            return(View(model));
        }