public ActionResult Details(int id)
 {
     ViewBag.Tour = tourRepo.GetAll();
     return(View(repo.GetChiTietDoanhThu(id)));
 }