public ActionResult Delete(int id) { _dataService.DeleteSquawk(id); return(RedirectToAction("Index")); }