// // GET: /Twitter/ public ActionResult Index() { List <TwitterDTO> dtos = Repository.GetAll(); return(View(dtos)); }