public ActionResult GetPosts(Mappy mappy) { //Vanuit de Getmap, alle begin posts verstrekken mappy.GetMainPost(); return(View(mappy)); }