public IEnumerable <Feature> GetAllFeatures() { return(_repository.GetAll()); }
// GET: Admin/Features public ActionResult Index() { return(View(_repo.GetAll())); }