// GET: ShowTable public ActionResult ShowTable() { return(View(new ShowTableDto(_service.GetTableNames()))); }