public IActionResult AddEntry([FromForm] NewsfeedEntryModel entry) { tableStorageService.AddEntry(entry); return(RedirectToAction("Index")); }