//
 // Show detail view
 //
 public ActionResult ShowDetail(int atomicNumber)
 {
     return(View(el.SelectByAtomicNumber(atomicNumber)));
 }