public ActionResult Index()
        {
            DbActions dbacc = new DbActions();

            return(View(dbacc.getAllPost()));
        }