public ActionResult ListaPostowPoTagu(int id) { var listapostow = ObsługaBazyDanych.zwrocPostyDanegoTagu(id); return(View(listapostow)); }