//
 // Show table view
 //
 public ActionResult ShowTable()
 {
     return(View(el.SelectAll()));
 }