public EstadoType getEstado(int id_estado)
 {
     EstadoBLL bll = new EstadoBLL();
     return bll.selectRecord(id_estado);
 }