// GET: /Accommodation/
 public ActionResult Index()
 {
     return(View(service.RetrieveAll()));
 }