public AdminController() { _PostTag = new DAL.PostTagDAL(); _posty = new DAL.PostDAL(); _tagi = new DAL.TagDAL(); _komentarze = new DAL.KomentarzDAL(); }