public ActionResult ShowTable()
 {
     return(View(br.SelectAll()));
 }