public DataTable cargarEstadoPorPais(int Pais) { try { EstadoDAL oEstado = new EstadoDAL(); return(oEstado.cargarEstadoPorPais(Pais)); } catch (Exception ex) { throw new Exception("Error" + ex.Message); } }