public ActionResult ShowDetail(int id)
 {
     return(View(br.SelectByID(id)));
 }