// GET: Beer
 public ActionResult Index()
 {
     return(View(_repository.SelectBeers(0, 10)));
 }