// GET: MasterDetails
        public ActionResult MasterDetails()
        {
            List <UpisDetailModel> master = repo.GetDetailMaster();

            return(View(master));
        }