public ActionResult DetailsConductorH(int id)
 {
     return(View(conductorDAO.GetById(id)));
 }