// GET: Admin/Discounts
 public ActionResult Index()
 {
     return(View(_repo.GetDistinctedDiscounts()));
 }