public ActionResult DetailCollection(int id)
 {
     ViewData.Model = repo.FindDetialCollection(id);
     return(PartialView("DetailCollection"));
 }