public ActionResult RemoveResort(int id)
        {
            repository.RemoveResort(id);

            return(RedirectToAction("Index"));
        }